Existential quantification

In predicate logic, an existential quantification is the predication[1] of a property or relation to at least one member of the domain. It is denoted by the logical operator symbol ∃ (pronounced "there exists" or "for some"), which is called the existential quantifier. Existential quantification is distinct from universal quantification ("for all"), which asserts that the property or relation holds for any members of the domain.

Symbols are encoded U+2203 there exists (HTML: ∃ ∃ as a mathematical symbol) and U+2204 there does not exist (HTML: ∄ ).

Contents

Basics

Consider a formula that states that some natural number multiplied by itself is 25.

0·0 = 25, or 1·1 = 25, or 2·2 = 25, or 3·3 = 25, and so on.

This would seem to be a logical disjunction because of the repeated use of "or". However, the "and so on" makes this impossible to integrate and to interpret as a disjunction in formal logic. Instead, the statement could be rephrased more formally as

For some natural number n, n·n = 25.

This is a single statement using existential quantification.

This statement is more precise than the original one, as the phrase "and so on" does not necessarily include all natural numbers, and nothing more. Since the domain was not stated explicitly, the phrase could not be interpreted formally. In the quantified statement, on the other hand, the natural numbers are mentioned explicitly.

This particular example is true, because 5 is a natural number, and when we substitute 5 for n, we produce "5·5 = 25", which is true. It does not matter that "n·n = 25" is only true for a single natural number, 5; even the existence of a single solution is enough to prove the existential quantification true. In contrast, "For some even number n, n·n = 25" is false, because there are no even solutions.

The domain of discourse, which specifies which values the variable n is allowed to take, is therefore of critical importance in a statement's trueness or falseness. Logical conjunctions are used to restrict the domain of discourse to fulfill a given predicate. For example:

For some positive odd number n, n·n = 25"

is logically equivalent to

For some natural number n, n is odd and n·n = 25".

Here, "and" is the logical conjunction.

In symbolic logic, "∃" (a backwards letter "E" in a sans-serif font) is used to indicate existential quantification.[2] Thus, if P(a, b, c) is the predicate "a·b = c" and \mathbb{N} is the set of natural numbers, then

 \exists{n}{\in}\mathbb{N}\, P(n,n,25)

is the (true) statement

For some natural number n, n·n = 25.

Similarly, if Q(n) is the predicate "n is even", then

 \exists{n}{\in}\mathbb{N}\, \big(Q(n)\;\!\;\! {\wedge}\;\!\;\! P(n,n,25)\big)

is the (false) statement

For some even number n, n·n = 25.

In mathematics, the proof of a "some" statement may be achieved either by a constructive proof, which exhibits an object satisfying the "some" statement, or by a nonconstructive proof which shows that there must be such an object but without exhibiting one.

Properties

Negation

A quantified propositional function is a statement; thus, like statements, quantified functions can be negated. The \lnot\   symbol is used to denote negation.

For example, if P(x) is the propositional function "x is between 0 and 1", then, for a domain of discourse X of all natural numbers, the existential quantification "There exists a natural number x which is between 0 and 1" is symbolically stated:

\exists{x}{\in}\mathbf{X}\, P(x)

This can be demonstrated to be irrevocably false. Truthfully, it must be said, "It is not the case that there is a natural number x that is between 0 and 1", or, symbolically:

\lnot\ \exists{x}{\in}\mathbf{X}\, P(x).

If there is no element of the domain of discourse for which the statement is true, then it must be false for all of those elements. That is, the negation of

\exists{x}{\in}\mathbf{X}\, P(x)

is logically equivalent to "For any natural number x, x is not between 0 and 1", or:

\forall{x}{\in}\mathbf{X}\, \lnot P(x)

Generally, then, the negation of a propositional function's existential quantification is a universal quantification of that propositional function's negation; symbolically,

\lnot\ \exists{x}{\in}\mathbf{X}\, P(x) \equiv\ \forall{x}{\in}\mathbf{X}\, \lnot P(x)

A common error is stating "all persons are not married" (i.e. "there exists no person who is married") when "not all persons are married" (i.e. "there exists a person who is not married") is intended:

\lnot\ \exists{x}{\in}\mathbf{X}\, P(x) \equiv\ \forall{x}{\in}\mathbf{X}\, \lnot P(x) \not\equiv\ \lnot\ \forall{x}{\in}\mathbf{X}\, P(x) \equiv\ \exists{x}{\in}\mathbf{X}\, \lnot P(x)

Negation is also expressible through a statement of "for no", as opposed to "for some":

\nexists{x}{\in}\mathbf{X}\, P(x) \equiv \lnot\ \exists{x}{\in}\mathbf{X}\, P(x)

Unlike the universal quantifier, the existential quantifier distributes over logical disjunctions:

 \exists{x}{\in}\mathbf{X}\, P(x) \or Q(x) \to\ (\exists{x}{\in}\mathbf{X}\, P(x) \or \exists{x}{\in}\mathbf{X}\, Q(x))

Rules of Inference

A rule of inference is a rule justifying a logical step from hypothesis to conclusion. There are several rules of inference which utilize the existential quantifier.

Existential introduction (∃I) concludes that, if the propositional function is known to be true for a particular element of the domain of discourse, then it must be true that there exists an element for which the proposition function is true. Symbolically,

 P(a) \to\ \exists{x}{\in}\mathbf{X}\, P(x)

The reasoning behind existential elimination (∃E) is as follows: If it is given that there exists an element for which the proposition function is true, and if a conclusion can be reached by giving that element an arbitrary name, that conclusion is necessarily true, as long as it does not contain the name. Symbolically, for an arbitrary c and for a proposition Q in which c does not appear:

 \exists{x}{\in}\mathbf{X}\, P(x) \to\ ((P(c) \to\ Q) \to\ Q)

P(c) \to\ Q must be true for all values of c over the same domain X; else, the logic does not follow: If c is not arbitrary, and is instead a specific element of the domain of discourse, then stating P(c) might unjustifiably give more information about that object.

The empty set

The formula \exists {x}{\in}\emptyset \, P(x) is always false, regardless of P(x). This is because \emptyset denotes the empty set, and no x of any description – let alone an x fulfilling a given predicate P(x) – exist in the empty set. See also vacuous truth.

Notes

  1. ^ The term "predication" in grammar means the predicate of a sentence which refers to subject and is an adverb or adjective, or equivalent, that describes an attribute of the subject. In logic, "predication" is a declaration (or assertion) that is claimed to be self-evident and can be assumed as the basis for argument.
  2. ^ This symbol is also known as the existential operator. It is sometimes represented with V.

See also

References